home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / othergnu / shlutl18.zoo / shlutl18 / src / true.c < prev    next >
C/C++ Source or Header  |  1993-01-17  |  55b  |  7 lines

  1. #include <minimal.h>
  2.  
  3. void main()
  4. {
  5.   exit(0);
  6. }
  7.